Really make the *Completions* window soft-dedicated (bug#5030).
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 25 Nov 2009 16:36:04 +0000 (16:36 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 25 Nov 2009 16:36:04 +0000 (16:36 +0000)
commit9c0cfa8f0e4f2b3986822b356c8fb794f885c2d0
tree858ba7bf3aa89f172bb9cdfb53cc5dd3490bc1e9
parentcc498fc46b762944ab1607416dc670a96ae1d9eb
Really make the *Completions* window soft-dedicated (bug#5030).
* window.el (window--display-buffer-2): Add `dedicated' argument.
(display-buffer): Pass it when needed so the dedicated flag is set
after calling set-window-buffer, which would otherwise reset it.
lisp/ChangeLog
lisp/window.el